ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / LinearGaugeBaseTagHelper<TControl> Class / ValueChanged Property

In This Topic
    ValueChanged Property (LinearGaugeBaseTagHelper<TControl>)
    In This Topic
    Configurates the C1.Web.Mvc.Gauge.OnClientValueChanged client event. Occurs when the value shown on the gauge changes.
    Syntax
    'Declaration
     
    Public Property ValueChanged As String
    public string ValueChanged {get; set;}
    See Also